home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-459.nasl < prev    next >
Text File  |  2005-03-31  |  5KB  |  106 lines

  1. # This script was automatically generated from the dsa-459
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. A vulnerability was discovered in KDE where the path restrictions on
  12. cookies could be bypassed using encoded relative path components
  13. (e.g., "/../").  This means that a cookie which should only be sent by
  14. the browser to an application running at /app1, the browser could
  15. inadvertently include it with a request sent to /app2 on the same
  16. server.
  17. For the current stable distribution (woody) this problem has been
  18. fixed in kdelibs version 4:2.2.2-6woody3 and kdelibs-crypto version
  19. 4:2.2.2-13.woody.9.
  20. For the unstable distribution (sid) this problem was fixed in kdelibs
  21. version 4:3.1.3-1.
  22. We recommend that you update your kdelibs and kdelibs-crypto packages.
  23.  
  24.  
  25. Solution : http://www.debian.org/security/2004/dsa-459
  26. Risk factor : High';
  27.  
  28. if (description) {
  29.  script_id(15296);
  30.  script_version("$Revision: 1.4 $");
  31.  script_xref(name: "DSA", value: "459");
  32.  script_cve_id("CAN-2003-0592");
  33.  script_bugtraq_id(9841);
  34.  
  35.  script_description(english: desc);
  36.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  37.  script_name(english: "[DSA459] DSA-459-1 kdelibs");
  38.  script_category(ACT_GATHER_INFO);
  39.  script_family(english: "Debian Local Security Checks");
  40.  script_dependencies("ssh_get_info.nasl");
  41.  script_require_keys("Host/Debian/dpkg-l");
  42.  script_summary(english: "DSA-459-1 kdelibs");
  43.  exit(0);
  44. }
  45.  
  46. include("debian_package.inc");
  47.  
  48. w = 0;
  49. if (deb_check(prefix: 'kdelibs-dev', release: '3.0', reference: '2.2.2-13.woody.9')) {
  50.  w ++;
  51.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdelibs-dev is vulnerable in Debian 3.0.\nUpgrade to kdelibs-dev_2.2.2-13.woody.9\n');
  52. }
  53. if (deb_check(prefix: 'kdelibs3', release: '3.0', reference: '2.2.2-13.woody.9')) {
  54.  w ++;
  55.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdelibs3 is vulnerable in Debian 3.0.\nUpgrade to kdelibs3_2.2.2-13.woody.9\n');
  56. }
  57. if (deb_check(prefix: 'kdelibs3-bin', release: '3.0', reference: '2.2.2-13.woody.9')) {
  58.  w ++;
  59.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdelibs3-bin is vulnerable in Debian 3.0.\nUpgrade to kdelibs3-bin_2.2.2-13.woody.9\n');
  60. }
  61. if (deb_check(prefix: 'kdelibs3-crypto', release: '3.0', reference: '2.2.2-6woody3')) {
  62.  w ++;
  63.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdelibs3-crypto is vulnerable in Debian 3.0.\nUpgrade to kdelibs3-crypto_2.2.2-6woody3\n');
  64. }
  65. if (deb_check(prefix: 'kdelibs3-cups', release: '3.0', reference: '2.2.2-13.woody.9')) {
  66.  w ++;
  67.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdelibs3-cups is vulnerable in Debian 3.0.\nUpgrade to kdelibs3-cups_2.2.2-13.woody.9\n');
  68. }
  69. if (deb_check(prefix: 'kdelibs3-doc', release: '3.0', reference: '2.2.2-13.woody.9')) {
  70.  w ++;
  71.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdelibs3-doc is vulnerable in Debian 3.0.\nUpgrade to kdelibs3-doc_2.2.2-13.woody.9\n');
  72. }
  73. if (deb_check(prefix: 'libarts', release: '3.0', reference: '2.2.2-13.woody.9')) {
  74.  w ++;
  75.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libarts is vulnerable in Debian 3.0.\nUpgrade to libarts_2.2.2-13.woody.9\n');
  76. }
  77. if (deb_check(prefix: 'libarts-alsa', release: '3.0', reference: '2.2.2-13.woody.9')) {
  78.  w ++;
  79.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libarts-alsa is vulnerable in Debian 3.0.\nUpgrade to libarts-alsa_2.2.2-13.woody.9\n');
  80. }
  81. if (deb_check(prefix: 'libarts-dev', release: '3.0', reference: '2.2.2-13.woody.9')) {
  82.  w ++;
  83.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libarts-dev is vulnerable in Debian 3.0.\nUpgrade to libarts-dev_2.2.2-13.woody.9\n');
  84. }
  85. if (deb_check(prefix: 'libkmid', release: '3.0', reference: '2.2.2-13.woody.9')) {
  86.  w ++;
  87.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libkmid is vulnerable in Debian 3.0.\nUpgrade to libkmid_2.2.2-13.woody.9\n');
  88. }
  89. if (deb_check(prefix: 'libkmid-alsa', release: '3.0', reference: '2.2.2-13.woody.9')) {
  90.  w ++;
  91.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libkmid-alsa is vulnerable in Debian 3.0.\nUpgrade to libkmid-alsa_2.2.2-13.woody.9\n');
  92. }
  93. if (deb_check(prefix: 'libkmid-dev', release: '3.0', reference: '2.2.2-13.woody.9')) {
  94.  w ++;
  95.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libkmid-dev is vulnerable in Debian 3.0.\nUpgrade to libkmid-dev_2.2.2-13.woody.9\n');
  96. }
  97. if (deb_check(prefix: 'kdelibs', release: '3.2', reference: '4:3.1.3-1')) {
  98.  w ++;
  99.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdelibs is vulnerable in Debian sid.\nUpgrade to kdelibs_4:3.1.3-1\n');
  100. }
  101. if (deb_check(prefix: 'kdelibs', release: '3.0', reference: '4:2.2')) {
  102.  w ++;
  103.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdelibs is vulnerable in Debian woody.\nUpgrade to kdelibs_4:2.2\n');
  104. }
  105. if (w) { security_hole(port: 0, data: desc); }
  106.